home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 4: GNU Archives / Linux Cubed Series 4 - GNU Archives.iso / gnu / binutils.7 / binutils / binutils-2.7 / gas / testsuite / gasp / pl4.out < prev    next >
Encoding:
Text File  |  1996-07-04  |  160 b   |  17 lines

  1. !    .ALTERNATE
  2. !! test of macro substitution around &s
  3.     ! test of macro substitution around &s
  4. !
  5.  
  6. !
  7.  
  8. !foo    MACRO    a,b
  9. !    x&a&b
  10. !    ENDM
  11. !
  12.  
  13. !    foo 3 2 
  14. !    x32
  15.     x32
  16. !    END
  17.